home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / rundwn20.zip / RUNDOWN.DOC < prev    next >
Text File  |  1993-01-04  |  7KB  |  132 lines

  1.  
  2.                                     RUNDOWN
  3.                             Copyright CSD, Inc. 1992
  4. RUNDOWN performs  two  basic functions  for  a  laptop  computer: 1)  It  will
  5.      exercise  the hard disk and  "type" to the screen until the stored energy
  6.      in  the batteries has been completely depleted and 2)  It will maintain a
  7.      record  of the most recent  23 times you  have depleted the batteries and
  8.      print  this  record on  demand  (23 just  happens to  fit  nicely on  the
  9.      screen).
  10.  
  11. Why  would you run down  the batteries on your laptop and accomplish virtually
  12.      nothing  in the  process? Most batteries  used to power  laptop computers
  13.      will  be subjected  to a  repeated partial  rundown and  re-charge during
  14.      normal  use. This partial  discharge/charge cycle  will cause the battery
  15.      to  develop  a "memory".  The  battery will  soon  act  as  if the  total
  16.      discharge state  is the level of partial discharge that  it is repeatedly
  17.      taken to  and subsequently charged  from (ie if you use  50% of the total
  18.      capacity of  your battery and  recharge it from that  point often enough,
  19.      the battery will act as if it has only 50% of its rated capacity).
  20.  
  21. To  prevent  this  "memory"  from  developing,  it  is  advisable  to  totally
  22.      discharge  the batteries  on a regular basis.  RUNDOWN performs this task
  23.      for  you and attempts  to discharge the batteries in  a manner typical of
  24.      your usage  of the laptop.  RUNDOWN writes  to the disk  periodically and
  25.      "types" to  the screen the  remainder of  the time. The time  required to
  26.      discharge the batteries is recorded to allow you to  monitor your battery
  27.      performance.
  28.    The syntax for execution of RUNDOWN is...
  29.  
  30.      RUNDOWN [/R|/T] [/F:filesize] [/D:delay time] [/C:comment]
  31.  
  32.      where /R is the switch which causes RUNDOWN to discharge the batteries.
  33.            /T  is the switch which causes RUNDOWN to display the time required
  34.                to discharge the  batteries the last 23 times the /R option was
  35.                selected.
  36.           /F:filesize  is the size  of the file  you wish  to have  written to
  37.                disk expressed in kilobytes(ie 512). The default is 256k.
  38.           /D:delay  time  is the  amount of  time between  disk writes  during
  39.                which RUNDOWN  will   "type" to  the screen (the  default is  3
  40.                minutes).
  41.           /C:comment  is  a comment  which  will be  recorded  in the  rundown
  42.                record on disk. Maximum of 30 characters.
  43.  
  44.      Examples:
  45.           RUNDOWN  /R  /D:2  /F:512  /C:Overnight Charge
  46.                Discharge the batteries, pause  2 minutes  between disk writes,
  47.                write a 512k file to disk,  and    place  "Overnight Charge"  in
  48.                the    history record.
  49.  
  50.           RUNDOWN  /T   Display the times required  to discharge the batteries
  51.                for the last 23 discharge cycles.
  52.  
  53.           RUNDOWN  Prompt me for either the /R option  or the /T option. If /R
  54.                then pause 3 minutes between cycles and write a 256k file.
  55.  
  56.    IMPORTANT NOTE!!!
  57.      Most laptop computers contain a device driver  or other means to conserve
  58.           the power  used by the  hard disk  drive, the screen, and  in recent
  59.           machines,  the  CPU. This  feature  needs to  be  disabled prior  to
  60.           running  RUNDOWN. I  recommend that  you create  a floppy  boot disk
  61.           which contains  the necessary boot  files, a  config.sys without the
  62.           driver that conserves power within your laptop,  and an AUTOEXEC.BAT
  63.           file that executes RUNDOWN.
  64.    IMPORTANT NOTE 2!!!
  65.      If your laptop  battery "dies" during  the writing of  the dummy  file to
  66.           disk, the FAT table will  not be properly updated.  To rid your disk
  67.           of this unconnected file and return the space to  the freespace area
  68.           on disk, use the DOS utility CHKDSK.
  69.  
  70.      You  should execute  CHKDSK with the /F  option ("create a  file from any
  71.           lost  clusters). After  running with  CHKDSK, delete  the files from
  72.           disk. You  should  refer  to  your  DOS  manual  but  it  should  go
  73.           something like this...
  74.  
  75.           C:  <enter>
  76.           CD \
  77.           CHKDSK /F
  78.           Convert lost chains to files (Y/N)?...Yes
  79.           DIR FILE*.CHK
  80.                Verify that all these files are to be deleted
  81.           ERASE FILE*.CHK     (if you are deleting any files)
  82.  
  83.  
  84.                                    POWERBATCH
  85.                             "A Batch File Compiler"
  86. During  the  "typing"  process  of  RUNDOWN,  an  on-screen advertisement  for
  87.      POWERBATCH was made.  For those of  you who are  interested in  trying an
  88.      ASP shareware product  that will create "batch files" (POWERBATCH  really
  89.      creates  programs),  here  are some  of  the  capabilities of  this  fine
  90.      product.
  91.  
  92. POWERBATCH is a tool  for those who want  to create "batch"  files with  speed
  93.      and  flexibility not  available with  the  standard DOS  batch  facility.
  94.      POWERBATCH  is a  replacement for the  DOS batch facility  which produces
  95.      compiled batch  programs. POWERBATCH  provides  more  than 40  additional
  96.      functions in addition to the capability in DOS.
  97.  
  98.    POWERBATCH provides:
  99.      » Execution speed only a compiled .EXE program can  deliver » Commands to
  100.           create professional  screen displays  with  boxes,  colors,   direct
  101.           cursor positioning, and keyboard input.
  102.      »  Commands to  validate drives, directories, files,  and your DOS search
  103.           path
  104.  
  105.      » Commands to retrieve environment variables, current date  and time, and
  106.           disk capacities and free space.
  107.  
  108.      » String and  numeric comparisons for  intelligent branching  within your
  109.           batch program.
  110.  
  111.      »  Ability to  create variables and  constants to be  used in any  of the
  112.           POWERBATCH commands or DOS commands.
  113.  
  114.      » Ability to  create a batch  program that cannot  be exited  by pressing
  115.           the  break key (or any other key).
  116.  
  117.    With POWERBATCH you  only deliver to the  user the compiled  runtime module
  118.    not  any source  file or extra  "batch enhancer"  programs. Your POWERBATCH
  119.    programs  will  never be  modified  by the  user and  can  be made  "escape
  120.    proof".
  121.  
  122.    Run the PBDEMO  program included in this download.  It is an example of the
  123.    power and flexibility of POWERBATCH.
  124.  
  125.    POWERBATCH................US $30.00
  126. For additional information contact the author, Joel Harper at:
  127.      CSD, Inc.
  128.      4437 Ormond Trace
  129.      Marietta, GA 30066
  130.      VOICE (404) 926-9565
  131.      FAX (404) 926-9590
  132.